.inside-title .title {
    margin: 49px 0 28px 0;
}

.inside-banner .title {
    /*margin-bottom: 30px;*/
}

.inside-banner .info {
    /*font-size: 16px;
    line-height: 26px;*/
}

.inside-title .info {
    margin-bottom: 44px;
}

.product-advantages-list {
    height: 290px;
    background-color: #fff;
    padding-bottom: 54px;
}

.ul-list li {
    float: left;
    width: 20%;
    margin-right: 77px;
}

.ul-list li:last-child {
    margin-right: 0;
}

.ul-list .img-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ul-list li img {
    max-height: 100px;
    margin-bottom: 40px;
}

.ul-list li .dec {
    height: 18px;
    font-size: 18px;

    font-weight: 400;
    color: #333333;
    margin: 0 0 17px 0;
    text-align: center;
}

.ul-list li .decinfo {
    width: 100%;
    height: 36px;
    font-size: 14px;

    font-weight: 400;
    color: #8A8A8A;
    line-height: 22px;
    text-align: center;
}

.product-features {
    height: 932px;
    padding: 68px 0 67px 0;
    background-color: #F7F7F7;
}

.product-features .tit {
    height: 18px;
    font-size: 18px;

    font-weight: bold;
    color: #333333;
}

.product-features .decinfo {
    height: 15px;
    font-size: 14px;

    font-weight: 400;
    color: #8A8A8A;
    line-height: 22px;
    margin: 14px 0 30px 0;
}

.big-container {
    height: 96px;
    padding-left: 16px;
    border-left: 2px solid #ED6827;
}

.product-features ul .item {
    width: 33%;
    float: left;
    padding-right: 88px;
}

.product-features ul .item:nth-child(3) {
    padding-right: 0;
}

/* .product-features .item .content-tit {
    margin: 14px 0 30px 0;
} */
.info-title {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 700;
}

.product-features ul {
    margin-bottom: 200px;
}

.go .detail {
    height: 564px;
    background: #FBFBFB;
    border: 1px solid #E5E5E5;
    margin-bottom: 68px;
}

.begin .get-start {
    display: block;
    width: 250px;
    height: 45px;
    color: #FFFFFF;
    line-height: 45px;
    background-color: #ED6827;
    margin: 0 auto;
    text-align: center;
}

.begin .get-start:hover {
    background-color: #ce5c23;
}

.begin .get-start a {
    color: #fff;
    display: block;
    width: 100%;
    font-size: 16px;
    height: 100%;
}

.begin {
    padding: 50px 0 86px 0;
    /* height: 381px; */
    background-color: #F4F4F4;
}

.begin .txt {
    text-align: center;
    width: 669px;
    font-size: 16px;
    margin: 0 auto;
    line-height: 24px;
    margin-bottom: 45px;
}

.apply {
    padding: 44px 0 36px 0;
    background-color: #1C1C1C;
    height: 183px;
    text-align: left;
}

.apply .apply-title {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
}

.apply .apply-btn {
    display: block;
    width: 120px;
    height: 40px;
    background-color: #ED6827;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    cursor: pointer;
}

.go .detail .left {
    float: left;
}

.go .detail .right {
    width: 225px;
    float: left;
    margin-left: 40px;
}

.go .detail .right .m57 {
    margin: 57px 0 29px 0;
    font-size: 18px;
    color: #333333;
    width: 295px;
    height: 18px;

    font-weight: bold;
    color: #333333;
}

.go .detail .right .right-top-content {
    width: 438px;
    height: 81px;
    font-size: 14px;

    font-weight: 400;
    color: #8A8A8A;
    line-height: 22px;
}

.right-top {
    width: 438px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 36px;
}

.go {
    padding-bottom: 49px;
}

.go .detail .left img {
    width: 720px;
    height: 535px;
    /* border: 1px solid #E5E5E5; */
}

.right-bot .inside-tit {
    color: #333333;
    font-size: 14px;
    margin-bottom: 12px;
}

.right-bot .inside-tit img {
    vertical-align: bottom;
}

.right-bot .r-title {
    width: 74px;
    height: 18px;
    font-size: 18px;

    font-weight: bold;
    color: #333333;
    margin-bottom: 29px;
}

.right-bot .inside-content {
    color: #8A8A8A;
    font-size: 14px;
    margin-bottom: 30px;
    width: 420px;
    padding-left: 28px;
}

.go .detail .right .right-top-content {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .go .detail .right {
        width: 100%;
    }
    .go .detail .right {
        float: none;
    }
    .go .detail .left {
        float: none;
    }
    .inside-banner-m .info {
        word-break: break-all;
    }

    .inside-banner {
        display: none;
    }

    .inside-banner-m .text {
        /* padding-top: 0; */
    }

    .go .detail .right {
        margin-left: 0;
    }

    .right-bot .inside-content {
        width: 100%;
    }

    /* .inside-banner {
        display: block;
    } */

    .go .detail .left img {
        width: 100%;
        height: 100%;
    }

    .begin .txt {
        transform: translateX(0);
        width: 100%;
    }

    .ul-list li {
        width: 44%;
        margin-bottom: 20px;
    }

    .ul-list li:nth-child(even) {
        margin-right: 0;
    }

    .product-features {
        height: 100%;
        padding: 1px 0 0 0;
    }

    .product-features ul {
        margin-bottom: 417px;
    }

    .product-features ul:nth-of-type(3) {
        margin-bottom: 0px;
    }

    .product-features ul .item {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .go .detail {
        height: 100%;
    }
    .right-top {
        width: 100%;
        padding-left: 12px;
    }

    .go {
        padding-bottom: 0;
    }
    .right-bot {
        padding-left: 12px;
    }
}

@media screen and (max-width: 671px) {
    .ul-list li {
        width: 100%;
    }
}

@media screen and (max-width: 438px) {
    .product-features .decinfo {
        margin: 45px 0 62px 0;
    }
}

@media screen and (max-width: 375px) {
    .inside-banner .info {
        font-size: 18px;
    }
}
